<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">header{
	background: #fff;
	height: 65px;
}
header .logo .img1{
	opacity:1;
	filter: alpha(opacity=100);
}
header .logo .img{
	opacity:0;
	filter: alpha(opacity=0);
}
header.active{
	background:transparent;
}
header.active .head ul li a{
	color:#fff;
}
header .search-btn{
	width:30px;
	height:30px;
	position:relative;
}
header .search-btn img{
	position:absolute;
	left:0;
	top:0;
	margin-top:23px;
	cursor:pointer;
}
header.fix{
	position:fixed;
	width:100%;
	left:0;
	top:0;
	z-index:99;
}
header.active .logo{
	position:relative;
}
header .img{
	position:absolute;
	left:0;
	top:0;
}
header.active .img{
	opacity:1;
	filter: alpha(opacity=100);
}
header.active .img{
	position:absolute;
}
header.active .img1{
	opacity:0;
	filter: alpha(opacity=0);
}
header .search-btn .img1{
	opacity:1;
	filter: alpha(opacity=100);
}
header .search-btn .img{
	opacity:0;
	filter: alpha(opacity=0);
}
header.active .search-btn .img{
	opacity:1;
	filter: alpha(opacity=100);
}
header.active .search-btn .img1{
	opacity:0;
	filter: alpha(opacity=0);
}
.w1200{
	width: 1200px;
	margin: 0 auto;
}
.qw:before{
	content:"";
	display:table;
}

header .head .logo{
	float: left;
	cursor: pointer;
	margin-top: 10px;
	position:relative;
}
header .head ul{
	float: right;
}
header .head ul li{
	float: left;
	/*background: url(../img/ico_01.png) no-repeat center left;*/

}
header .head ul li:first-child{
	background: none;
}
header .head ul li a{
	display: block;
	padding: 0 25px;
	height: 65px;
	line-height: 65px;
	font-size: 14px;
	color: #484848;
}
header .head ul li:hover a{
	color: #d0a966;
}
header .head ul li.on a{
	color: #d0a966;
}
.bdsharebuttonbox{
	float: right;
	margin-top: 15px;
}
.bdsharebuttonbox .bds_weixin{
	width: 24px;
	height: 24px;
	background: url(../img/wx_01.png) no-repeat center!important;
	background-size: cover;
	padding: 0;
}
.bdsharebuttonbox .bds_tsina{
	width: 24px;
	height: 24px;
	background: url(../img/wo_01.png) no-repeat center!important;
	background-size: cover;
	padding: 0;
}
.bdsharebuttonbox .bds_weixin:hover{
	width: 24px;
	height: 24px;
	background: url(../img/wx_02.png) no-repeat center!important;
	background-size: cover;
	padding: 0;
}
.bdsharebuttonbox .bds_tsina:hover{
	width: 24px;
	height: 24px;
	background: url(../img/wo_02.png) no-repeat center!important;
	background-size: cover;
	padding: 0;
}

.foot .call{
	float: left;
	padding-left: 30px;
	background: url(../img/ico_02.png) no-repeat center left;
	color:#d8ab5d;
}
footer{
	height: 58px;
	line-height: 58px;
	color:#a3a3a3;
	border-top: 1px solid #e6e6e6;
}
footer ul.list{
	float: left;
	margin-left: 16px;
}
footer ul.list li{
	float: left;
}
footer ul.list li:first-child a{
	/*border-right: 1px solid #a3a3a3;*/
}
footer ul.list a{
	padding: 0 12px;
}
footer a{
	color: #a3a3a3;
}

footer a:hover{
	color: #d8ab5d;
}
footer .com{
	margin-left: 18px;
}
/*.flexslider{
	width: 100%;
	overflow: hidden;
}

.flexslider ul li{
	width: 100%;
	overflow: hidden;
}
.flexslider ul li img{
	width: 100%;
}
*/

.pub-ban{
	width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;
}

.pub-ban img {
    position: absolute;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 1920px;
    left: 50%;
    height: 400px;
    margin-left: -960px;
    transition: all 0.3s;
}
.pub-ban img.on{
	opacity: 1;
	filter: alpha(opacity=100);
}
.pub-ban .w1200 {
    position: relative;
    z-index: 2;
    color: #fff;
    overflow: hidden;
}
.pub-ban .w1200 .en{
	font-size: 60px;
	color:#fff;
	font-family: "Arial";
	line-height: 70px;
	height: 70px;
	margin-top: 100px;
}
.pub-ban .w1200 .tt{
	position: relative;
	opacity: 0;
	filter: alpha(opacity=0);
	top:50px;
}
.pub-ban .w1200 .cn{
	font-size: 36px;
	color:#fff;
	margin-top: 15px;
	line-height: 40px;
}
.pub-ban .w1200 .he{
	width: 40px;
	height: 2px;
	background: #fff;
	margin-top: 25px;
}
.pub-ban .w1200 ul{
	margin-top: 77px;
	opacity: 0;
	filter: alpha(opacity=0);
}
.pub-ban .w1200 ul li{
	float: left;
	text-align: center;
	float: left;
	margin-left: 4px;

}
.pub-ban .w1200 ul li:first-child{
	margin-left: 0px;
}
.pub-ban .w1200 ul li a{
	display: block;
	width: 236px;
	height: 50px;
	line-height: 50px;
	color: #484848;
	font-size: 14px;
	background: url(../img/img_02.png) left top;
}
.pub-ban .w1200 ul li:hover a{
	background: #d0a966;
	color:#fff;
}
.pub-ban .w1200 ul li.on a{
	background: #d0a966;
	color:#fff;
}
.wel .banner{
	height: 870px;
	width: 100%;
	overflow: hidden;
	
}
.wel .banner .swiper-container{
	opacity: 0;
	filter: alpha(opacity=0);
}
.wel .banner .swiper-container.already{
	opacity: 1;
	filter: alpha(opacity=100);
	transition:opacity 0.3s;
}
.arrow-left{
	position: absolute;
	top:50%;
	margin-top: -34px;
	left: 50px;
	width: 37px;
	height: 69px;
	z-index: 100;
	background: url(../img/left_01.png) no-repeat center;
	transition:all 0.5s;
}
.arrow-left:hover{
	background: url(../img/left_02.png) no-repeat center;
}
.arrow-right{
	position: absolute;
	top:50%;
	margin-top: -34px;
	right:50px;
	width: 37px;
	height: 69px;
	z-index: 100;
	background: url(../img/right_01.png) no-repeat center;
	transition:all 0.5s;
}
.arrow-right:hover{
	background: url(../img/right_02.png) no-repeat center;
}
.wel .banner .swiper-container .swiper-wrapper{
	height: 870px!important;
}
.wel .banner .swiper-container .swiper-wrapper li.swiper-slide{
	float: left;
	height: 870px!important;
	width: 100%;
/*	background: url(../img/ban_02.jpg) no-repeat center;
*/	overflow: hidden;
}
.wel{
	position: relative;
}
.wel .in{
	min-height: 840px;
	position: absolute;
	left: 50%;
	width: 1200px;
	margin-left: 50%;
	margin-left: -600px;
	top:0px;
	z-index: 10;
	height: 100%;
	/*display: none;*/
}

.wel .in .top{

}
.wel .in .top .top-pic{
	float: left;
	margin-left: 95px;
	margin-top: 110px;
	position: relative;
	left: -100px;
	opacity: 0;
	filter: alpha(opacity=0);
}
.wel .in .top .fr{
	margin-right: 56px;
	margin-top: 265px;

	position: relative;
	right: -100px;
	opacity: 0;
	filter: alpha(opacity=0);
}
.wel .in .top .fr .tit{
	font-size: 40px;
	font-weight: 700;
	color: #fff;
}

/*body{
	background: #ccc;
}*/
.wel .in .bot{
	/*margin-top: 110px;*/
	position: absolute;
	bottom:75px;
}
.wel .in .bot li{
	float: left;
	height: 150px;
	position: relative;
	top: 100px;
	opacity: 0;
	filter: alpha(opacity=0);
	background: #fff;
}
.wel .in .bot li.t1{
	width: 360px;
}

.wel .in .bot li.t1 .int{
	padding: 18px 20px;
	width: 320px;
}
.wel .in .bot li.t1 .int .tit{
	line-height: 22px;
}
.wel .in .bot li.t1 .int .tit .fl{
	font-size: 14px;
	color: #dba13c;
	font-weight: 700;
}

.wel .in .bot li.t1 .int .tit .fr{
	font-family: "Arial";
	color: #b6b6b6;
}
.wel .in .bot li.t1 .int .det{
	margin-top: 5px;
}
.wel .in .bot li.t1 .int .det .fl{
	width: 117px;
	height: 81px;
	margin-right: 15px;
}

.wel .in .bot li.t1 .int .det .fl img{
	width: 100%;
	height: 100%;
}
.wel .in .bot li.t1 .int .det .fr{
	width: 188px;
}
.wel .in .bot li.t1 .int .det .fr .tit-1{
	font-size: 14px;
	color: #777777;
	font-weight: 700;
}
.wel .in .bot li.t1 .int .det .fr .zi{
	font-size: 12px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	margin-top: 5px;
	color: #777;
}

.wel .in .bot li.t1:hover .det .fr .tit-1{
	color: #dba13c;
}
.wel .in .bot li.t2{
	overflow: hidden;
	width: 240px;
	position: relative;
}
.wel .in .bot li.t2 .pic{
	width: 100%;
	height: 100%;
	transition:all 0.3s;
}
.wel .in .bot li.t2:hover .pic{
	transform:scale(1.1);
}

.wel .in .bot li.t2 .act{
	position: absolute;
	width: 45px;
	height: 45px;
	background: url(../img/ico_03.png) no-repeat center;
	left: 50%;
	top:50%;
	margin-top: -22px;
	margin-left: -22px;
}
.wel .in .bot li.t2 .det{
	position: absolute;
	left: 20px;
	top:12px;
}
.wel .in .bot li.t2 .det .tit{
	font-size: 14px;
    color: #dba13c;
    font-weight: 700;
}
.wel .in .bot li.t2 .det .tt{
	color: #dfdfdf;
	line-height: 16px;
}

.pub-ban.news-ban .w1200 .en{
	height: auto;
	line-height: 60px;
	margin-top: 55px;
}
.pub-ban.news-ban .w1200 ul li a{
	width: 297px;
}
.pub-ban.join-ban .w1200 ul li a{
	width: 297px;
}
.pub-ban.work-ban .w1200 ul li a{
	width: 598px;
}
.news{
	background: #f3f3f5;
	padding: 60px 0;
}
.news .w1200{}
.news ul{
	width: 1230px;
}
.news ul li{
	float: left;
	width: 380px;
	margin-right: 30px;
	background: #fff;
	margin-bottom: 30px;
}
.news ul li .pic{
	width: 100%;
	height: 213px;
	overflow: hidden;
}
.news ul li .pic img{
	width: 100%;
	height: 100%;
	transition:transform 0.3s;
}
.news ul li:hover{
	box-shadow: 0 5px 10px #e8e8ea;
}
.news ul li:hover .pic img{
	transform:scale(1.1);
}
.news ul li:hover .int .tit{
	color: #d0a966;
}
.news ul li .int{
	padding: 15px 28px 0 28px;
	height: 120px;
	position: relative;
	height: 150px;
} 
.news ul li .int .tit{
	font-size: 18px;
	color: #333;
	line-height: 24px;
}
.news ul li .int .det{
	color: #777;
	font-size: 14px;
	line-height: 18px;
	margin-top: 8px;
}
.news ul li .int .time{
	padding-left: 26px;
	background: url(../img/img_06.jpg) no-repeat center left;
	font-size: 14px;
	color: #606060;
	position: absolute;
	bottom: 15px;
	left: 28px;
}
.news-more{
	cursor: pointer;
	display: block;
	width: 228px;
	text-align: center;
	line-height: 70px;
	height: 70px;
	background: #fff;
	font-size: 16px;
	color: #333;
	margin: 0 auto;
	margin-top: 30px;
	transition:all 0.3s;
}
.news-more:hover{
	background: #d0a966;
	color: #fff;
}
.inform{
	background: #f3f3f5;
    padding: 60px 0;
}
.inform .in .title{
	font-size: 24px;
	color: #333;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 15px;
}
.inform .in{
	background: #fff;
	padding:40px 65px 65px 65px;
}

.inform .in ul li{
	line-height: 58px;
	height: 58px;
	border-bottom: 1px solid #e6e6e6;
}
.inform .in ul li a{
	color:#666;
	font-size: 14px;
	display: block;
	width: 100%;
	height: 100%;
}
.inform .in ul li a .fr{
	font-size: 12px;
	color: #999;
}
.inform .in ul li:hover a{
	color: #d0a966;
}
.pub-page{
	background: #fff;
	margin-top: 40px;
	position: relative;
}
.pub-page a.tt{
	line-height: 54px;
    font-size: 14px;
    color: #666;
    top:0px;
}
.pub-page a.tt:hover{
	color: #d0a966;
}
.pub-page a.fl{
	position: absolute;
	top:0px;
	left: 65px;
}
.pub-page a.fr{
	position: absolute;
	top:0px;
	right: 65px;
}
.page-1{
	background: #fff;
	padding: 12px 65px;
	text-align: center;
	margin: 0 auto;
}

.page-1 .pagination a{
	display: inline-block;
	zoom: 1;
	*display: inline;
	padding: 0px 14px;
	height: 35px;
	line-height: 35px;
	color: #333;
	font-size: 14px;
	margin: 0 2px;
	border:none;
}
.page-1 .pagination{
	    font-size: 0px;
    text-align: center;
    margin: 0;
}
.page-1 .pagination a.active{
	background: #d0a966;
	color: #fff;
	border:none;

}
.page-1 .pagination a:hover{
	background: #d0a966;
	color: #fff;
	border:none;
}

.video{
	background: #f3f3f5;
    padding: 60px 0;
}
.video ul.in li{
	position: relative;
	width: 100%;
	height: 460px;
	overflow: hidden;
	cursor: pointer;
	margin-bottom: 20px;
}
.video ul.in li .pic{
	width: 100%;
	height: 100%;
	transition:all 0.3s;
}

.video ul.in li .up{
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../img/img_04.png) left top;
	z-index: 1;
	top:0;
	left: 0;
	text-align: center;
}
.video ul.in li:hover .pic{
	transform:scale(1.1);
}
.video ul.in li .up img{
	width: 65px;
	height: 65px;
	margin-top: 155px;
}
.video ul.in li .up .tit{
	font-size: 20px;
	color:#fff;
	margin-top: 20px;
}
.video ul.in li .up .time{
	color: #dee0d7;
	line-height: 16px;
}



.video ul.in li:hover .up .tit{
	color: #d0a966;
}
.video .news-more{
	margin-top: 50px;
}

.vid-model{
	position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: url(../img/ico_05.png) repeat;
    z-index: 6000;
    display: none;
}
.video-box {
    position: absolute;
    width: 1200px;
    height: 600px;
    left: 50%;
    top: 50%;
    margin-top: -300px;
    margin-left: -600px;
    background: #000;
}
.video-box .vid-close {
    font-size: 50px;
    z-index: 102;
    position: absolute;
    top: -80px;
    right: 0px;
    color: #fff;
}
.video-box .vid-close:hover{
	opacity: .7;
	filter: alpha(opacity=70);
}
.news-info{
	padding: 50px 0;
}
.news-info h1{
	text-align: center;
	color: #333;
	font-size: 24px;
}
.news-info .time{
	text-align: center;
	font-size: 12px;
	color: #666666;
}
.news-info .det{
	border-top:1px solid #e6e6e6;
	padding: 40px 0  50px 0;
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	margin-top: 30px;
}
.news-info .deta{
	padding: 40px 0  50px 0;
	font-size: 14px;
	color: #666666;
	line-height: 24px;
}
/*.news-info .det img{
	float: right;
	margin-left: 80px;
	width: 410px;
	margin-bottom: 20px;
}*/
.pub-pager{
	padding-top: 40px;
}
.pub-pager .fl{
	
}
.pub-pager .fl div{
	line-height: 28px;
	height: 28px;
}
.pub-pager .fl a{
	display: block;
	color: #666666;
}

.pub-pager .fl a:hover{
	color: #d0a966;
}
.pub-pager .back{
	float: right;
	display: block;
	padding: 40px 16px 10px 16px;
	height: 20px;
	line-height: 20px;
	color: #666;
	font-size: 14px;
	border:1px solid #dcdcdc;
	background: url(../img/ico_06.png) no-repeat center 10px;
}
.pub-pager .back:hover{
	color: #d0a966;
	border:1px solid #d0a966;	
	background: url(../img/ico_07.png) no-repeat center 10px;

}

.ibanner{
	position:relative;
}
.ibanner .tit2{
	position:absolute;
	z-index:2;
	left:50%;
	top:50%;
	font-size:56px;
	color:#fff;
	-webkit-transform:skew(-45deg,0) translate(-50%,-50%);
    -moz-transform:skew(-45deg,0) translate(-50%,-50%);
	transform:translate(-50%,-50%) skew(-10deg,0);
}
.ibanner img{
	max-width:100%;
}

.zbox1{
	padding:120px 0 100px;
	background:#fff;
}
.zbox1 .tit2{
	margin-bottom:100px;
	font-size:24px;
	line-height:2;
	text-align:center;
	color:#666;
	/* font-style:italic; */
}
.zbox1 .ulbox{

}
.zbox1 .ulbox .li{
	width:32.3%;
	position:relative;
	float:left;
	margin-right:1.5%;
	margin-bottom:1.5%;
}
.zbox1 .ulbox .li .hd{
	position:absolute;
	bottom:10px;
	right:10px;
	z-index:9;
}
.zbox1 .ulbox .li .hd li{
	float:left;
	width:15px;
	height:15px;
	line-height:15px;
	text-align:center;
	background:#fff;
	margin-left:5px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.zbox1 .ulbox .li .hd li.on{
	background:#d0a966;
	color:#fff;
}
.zbox1 .ulbox .li .slideBox{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	opacity:0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.zbox1 .ulbox .li:hover .slideBox{
	opacity:1;
	filter: alpha(opacity=0);
}
.zbox1 .ulbox .li:hover .tit3{
	color:#d0a966;
}
.zbox1 .ulbox .li:nth-child(3n){
	margin-right:0;
}
.zbox1 .ulbox .li{
	position:relative;
	overflow: hidden;
}
.zbox1 .ulbox .li img{
	max-width:100%;
	position:relative;
	z-index:1;
}
.zbox1 .ulbox .li .tit3{
	font-size:30px;
	line-height:1;
	position: absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	z-index:3;
	color:#fff;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
footer .title{
	padding:30px 0;
	border-bottom:1px solid #ececec;
}
footer .title span{
	width:100px;
	height:30px;
	line-height:30px;
	margin-right:10px;
	font-size:20px;
	color:#5e6464;
}
footer .title .bdsharebuttonbox{
	float: left;
	margin-top:0;

}
footer .title .bdsharebuttonbox a{
	margin:0;
	margin-right:15px;
}
footer .title .bdsharebuttonbox .bds_weixin{
	width:30px;
	height:30px;
	background:url(../img/z/img4.png) no-repeat center center !important;
	background-size:cover;
}
footer .title .bdsharebuttonbox .bds_tsina{
	width:30px;
	height:30px;
	background:url(../img/z/img5.png) no-repeat center center !important;
	background-size:cover;
}
.foot-ulbox{
	padding:40px 0 60px;
}
.foot-ulbox .li-item{
	width:180px;
	float:left;
	padding-right:20px;
}
.foot-ulbox .f-nav{
	width:900px;
}
.foot-ulbox .f-nav .tit4{
	margin-bottom:30px;
	font-size:20px;
	line-height:1.2;
	color:#444;
}
.foot-ulbox .f-nav .tit5{
	font-size:17px;
	line-height:1.5;
	margin-bottom:16px;
	color:#666;
}
.foot-ulbox .li-item:nth-child(3){
	width:300px;
	padding-right:20px;
}
.foot-ulbox .li-item a{
	display:block;
}
.foot-ulbox .li-item .btn{
	margin-right:15px;
}
.foot-ulbox .li-item .tit6{
	height:40px;
	line-height:40px;
	font-size:16px;
	color:#666;
}
.foot-ulbox .f-logo{
	margin-top:60px;
}
.enterprise .w-1200&gt;.box{
	margin-left:0 !important;
}
.enterprise .w-1200&gt;.box img{
	max-width:100%;
}
.n-summit{

}
.n-summit .box1{
	padding:60px 0;
}
.n-summit .box1 .p{
	font-size:15px;
	color:#666;
	line-height:1.8;
	margin-top:50px;
}
.n-summit .box1 .img1{
	position:absolute;
	left:-14px;
	top:-5px;
	width:42px;
}
.n-summit .box1 .text{
	position:relative;
}
.n-summit .box1 .img2{
	position:absolute;
	right:0;
	bottom:0;
	width:42px;
	transform:rotate(-180deg);
}

.n-summit .box2{
	padding:60px 0;
	background:#fbfbfb;
}
.n-summit .box2 .videobox{
	width:550px;
	height:350px;
	margin:50px auto 0;
}
.n-summit .box2 .videobox iframe{
	width:100%;
	height:100%;
}


.n-summit .box3{
	padding:60px 0;
}
.n-summit .box3 .videobox{
	width:370px;
	height:340px;
}
.n-summit .box3 .videobox iframe{
	width:100%;
	height:100%;
}
.n-summit .box3 .ulbox{
	margin:50px auto 0;
}
.n-summit .box3 .ulbox .li{
	float:left;
	margin-right:30px;
	margin-bottom:30px;
	font-size:16px;
	margin-top:10px;
	color:#666;
}
.n-summit .box3 .ulbox .li:nth-child(3n){
	margin-right:0;
}


.n-summit .box4{
	padding:60px 0;
	background:#fbfbfb;
}
.n-summit .box4 .li{
	padding:35px 0;
	display:block;
	border-bottom:1px dashed #d3d3d3;
}
.n-summit .box4 .li .time{
	width:76px;
	margin-right:40px;
	text-align:center;
	margin-top:55px;
}
.n-summit .box4 .li .sp1{
	font-size:34px;
	color:#888;
	position:relative;
	line-height:1.2;
}
.n-summit .box4 .li .sp1:before{
	content:"";
	position:absolute;
	width:100%;
	bottom:0;
	height:1px;
	background:#acacac;
	left:0;
}
.n-summit .box4 .li .sp2{
	font-size:12px;
	line-height:1.5;
	color:#666;
	margin-top:5px;
}
.n-summit .box4 .li .img{
	width:243px;
	height:165px;
	border-radius:5px;
}
.n-summit .box4 .li .text{
	width:770px;
	margin-left:60px;
}
.n-summit .box4 .li .tit1{
	font-size:20px;
	color:#333;
	line-height:1.2;
	margin-bottom:15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.n-summit .box4 .li .p{
	font-size:13px;
	line-height:1.8;
	color:#666;
}
.n-summit .box4 .li .more{
	font-size:12px;
	color:#666;
	width:108px;
	height:35px;
	line-height:35px;
	border-radius:35px;
	margin-top:36px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	text-align:center;

}
.n-summit .box4 .li .more .sp3{
	margin-left:15px;
}
.n-summit .box4 .li .more .btn{
	width:20px;
	height:30px;
	margin-left:5px;
	margin-top:2.5px;
	background:url(../img/z/img6.png) no-repeat center top;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.n-summit .box4 .li:hover .more{
	background:#d0a966;
	color:#fff;
}
.n-summit .box4 .li:hover .btn{
	background:url(../img/z/img6.png) no-repeat center bottom;
}
.n-summit .box5{
	padding:60px 0;
}
.n-summit .box5 .ulbox{
	margin-top:60px;
}
.n-summit .box5 .li{
	display:block;
	height:70px;
	line-height:70px;
	width:380px;
	margin-right:30px;
	margin-bottom:30px;
	color:#444;
	padding:0 20px;
	background:#f2f2f2;
    box-sizing: border-box;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.n-summit .box5 .li:nth-child(3n){
	margin-right:0;
}
.n-summit .box5 .li .sp1{
	max-width:250px;
	font-size:18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.n-summit .box5 .li .btn{
	width:30px;
	height:50px;
	margin-top:10px;
	background:url(../img/z/img7.png) no-repeat center top;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.n-summit .box5 .li:hover{
	background:#d0a966;
	color:#fff;
}
.n-summit .box5 .li:hover .btn{
	background:url(../img/z/img7.png) no-repeat center bottom;
}

.search-two {
  display: inline;
  width: 0;
  background: #fff;
  border-bottom: 1px solid #ccc;
  position: absolute;
  right: 0;
  top: 10px;
  z-index: 9;
}

.search-two .s-btn {
  display: block;
  width: 25px;
  height: 25px;
  background: url(../img/z/img8.png) no-repeat left center;
  cursor: pointer;
  background-size: 100% auto;
  margin-right: 5px;
  border: none;
  margin-top: 8px;
}

.search-two dl {
  height: 30px;
  overflow: hidden;
  padding: 5px 0;
}

.search-two dd {
  width:30px;
}

.search-two dt {
  width: 80%;
  height: 30px;
}

.search-two_input {
  height: 26px;
  line-height: 26px;
  padding: 2px 0;
  width: 100%;
  margin-left: 3%;
  border: 0;
  background: none;
  color: #333;
  outline: none;
  font-size: 14px;
}


.owl-controls{
	width:100%;
	position:absolute;
	bottom:30px;
	text-align:center;
}
.owl-controls span{
	width:8px;
	height:8px;
	display:inline-block;
	border-radius:50%;
	background:rgba(255,255,255,.5);
}
.owl-controls .owl-page{
	display:inline-block;
	margin:0 10px;
}
.owl-controls .owl-page.active span{
	width:8px;
	height:8px;
	border-radius:50%;
	background:rgba(255,255,255,1);
}


























































































































































































































































</pre></body></html>